home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / tread2_3.zip / TAGREAD9.BAT < prev    next >
DOS Batch File  |  1992-10-09  |  846b  |  30 lines

  1. .key msg/a,user/a,anum/a,mnum/a,aname/a,port/a
  2. .bra [
  3. .ket ]
  4. ;255
  5. ;Sample    - Sample batch file for TagRead (Sysop)
  6. ;
  7. ; This sample batch file will print all the info passed to the batch file.
  8. ;
  9. ; DO NOT change line 1.
  10. ;
  11. ; Change lines 2 & 3 ONLY if you do not want to use [ and ] to contain
  12. ; the data passed to the batch file.
  13. ;
  14. ; Line 4 MUST contain the minimum user level required to execute the
  15. ; batch file.
  16. ;
  17. ; Line 5 MUST contain a SHORT description of the batch file (60 chars max).
  18. ;
  19. ; DO NOT include a space after the ; on lines 4 & 5.
  20. ;
  21. ; Lines 6+ contain the commands of the batch file, including comments.
  22. ;
  23. echo "*nSample batch file for TagRead*n"
  24. echo "Message       : [msg]"
  25. echo "User_Name     : [user]"
  26. echo "Area Number   : [anum]"
  27. echo "Message Number: [mnum]"
  28. echo "Area Name     : [aname]"
  29. echo "Port          : [port]*n"
  30.